Welcome![Sign In][Sign Up]
Location:
Search - mfcc dtw

Search list

[Graph programDTW

Description: DTW算法,非常优秀,非常好用的-DTW, very good, very useful, and,
Platform: | Size: 5120 | Author: 江上非 | Hits:

[Speech/Voice recognition/combine基于DTW模型的语音识别

Description: 语音识别(Speech Recognition)是让机器通过识别和理解过程把语音信号转变为相应的文本或命令的技术。在课题中,通过采用DTW(Dynamic time warping, 动态时间伸缩)算法,对实现孤立词的识别进行了初步探讨和研究,实现了在MATLAB软件环境下孤立词语的语音识别,并针对DTW的主要特点及不足做出了总结。-Speech Recognition (Speech Recognition) machines is through recognition and understanding of a process which put the voice signal into the corresponding text or command technology. The issue, through the use DTW (Dynamic time warping, dynamic time telescopic) algorithm to achieve an isolated word recognition conducted a preliminary exploration and study, the realization of the MATLAB software environment isolated words of Speech Recognition and DTW against the main features and deficiencies make summarized.
Platform: | Size: 116736 | Author: 序号 | Hits:

[matlabdtw

Description: DTW算法,比较简单。在matlab下实现的,在matlab6。5下编译通过-DTW, relatively simple. Under the Matlab, in matlab6. Compiling under through five
Platform: | Size: 4096 | Author: 王春和 | Hits:

[Speech/Voice recognition/combineDTW-mfcc

Description: 语音识别中提取特征向量和进行特征向量比对的DTW源代码-Speech Recognition feature extraction and feature vectors to the right than the source code DTW
Platform: | Size: 4096 | Author: ziritu | Hits:

[Speech/Voice recognition/combinevoiceidentificationlabview8.0

Description: 这个我用LABVIEW8.0写的一个简单孤立词语音识别的程序,其中同过预处理,MFCC提取,和DTW算法的比较,希望对大家有用-I used to write this LABVIEW8.0 a simple isolated word speech recognition procedures, which had the same pretreatment, MFCC extraction, and the DTW algorithm, in the hope that useful to everybody
Platform: | Size: 229376 | Author: hu | Hits:

[Speech/Voice recognition/combinetextindependentspeakerrecognition

Description: 这个我用matlab写的一个简单孤立词语音识别的程序,其中同过预处理,MFCC提取,和DTW算法的比较,如果大家愿意,还可以用这个和LABVIEW联合编程-Matlab write this I used a simple isolated word speech recognition procedures, which had the same pretreatment, MFCC extraction, and the DTW algorithm, if everyone is willing, but also can use this joint programming and LABVIEW
Platform: | Size: 3072 | Author: hu | Hits:

[Speech/Voice recognition/combineDTW

Description: 基于DTW的孤立词语音识别研究和算法改进,很不错的论文-DTW-based isolated word speech recognition research and algorithm improvements, very good paper
Platform: | Size: 154624 | Author: 陈吉成 | Hits:

[Audio programmfcc

Description: 另一個提取MFCC參數的方法,加入DTW的計算-Another method of extracting MFCC parameters, by adding the calculation of DTW
Platform: | Size: 3072 | Author: 林昱宏 | Hits:

[Speech/Voice recognition/combineDTW

Description: 一个可以识别连续数字语音的程序,提取mfcc,用dtw实现识别,有文档-A continuous digital speech recognition procedures, extraction mfcc, using DTW to achieve recognition, there are documents
Platform: | Size: 1826816 | Author: da | Hits:

[Speech/Voice recognition/combinemfcc+vad+dtw

Description: 语音识别的很好的系统,识别率很高的!可以借鉴的-Good speech recognition systems, recognition rate is very high! Can learn from the
Platform: | Size: 444416 | Author: 陈吉成 | Hits:

[matlabdtw321

Description: dtw 算法的matlab实现 源代码不加修改久可以执行-DTW algorithm matlab source code to achieve a long time without modification can be implemented
Platform: | Size: 524288 | Author: xufang | Hits:

[JSP/Javadtw

Description: 用java写的DTW程序组合,可用于进行动态弯曲路径的计算和时间序列相似性比较-Using java to write the DTW procedure combinations that can be used for dynamic bending path calculation and comparison of time series similarity
Platform: | Size: 14336 | Author: shaoqing | Hits:

[matlabMFCC

Description: m文件dtw,mfcc,vad,转换为c语言文件。用于声音检测-m file dtw, mfcc, vad, converted to c language file. For voice detection
Platform: | Size: 23552 | Author: 李明 | Hits:

[Speech/Voice recognition/combinedtw

Description: 此文件中包含了语音信号处理的dtw算法,同时囊括了语音的端点检测,mfcc参数提取,动态时间规整三部分,可以直接使用。-This document contains a voice signal processing dtw algorithm, at the same time include voice activity detection, mfcc parameter extraction, dynamic time warping three parts can be used directly.
Platform: | Size: 4096 | Author: junyizhang | Hits:

[matlabDTWMFCC

Description: DTW与MFCC相结合的语音特征提取算法,改进了MFCC的性能-Combination of DTW and the MFCC feature extraction algorithm for voice, improving the performance of MFCC
Platform: | Size: 501760 | Author: 黄邦奉 | Hits:

[Speech/Voice recognition/combinedtw

Description: dtw文件是运用DTW算法实现安静环境下语音识别的。其中vad.m是端点检测程序;lpc.m是计算LPC参数的程序;lpc21lpcc.m是计算LPCC参数的程序;mfcc.m是计算MFCC参数的程序;dtw.m是实现经典DTW算法的程序;dtw2.m是实现高效DTW算法的程序,testdtw.m是最终测试程序,其中可以通过改变其中的特征参数名选择不同的特征参数。-dtw file DTW algorithm is to use speech recognition in quiet environments. Which is the endpoint detection process vad.m lpc.m is to calculate the LPC parameters of the program lpc21lpcc.m procedure is to calculate the LPCC parameters mfcc.m procedure is to calculate the MFCC parameters dtw.m the classic DTW algorithm to achieve the program dtw2.m DTW algorithm is to achieve efficient procedures, testdtw.m is the final test program, which can change the parameters in which different parameters were selected.
Platform: | Size: 8192 | Author: 于军 | Hits:

[Speech/Voice recognition/combinedtw0

Description: dtw0文件是运用DTW算法实现噪声环境下语音识别的。其中vad.m是端点检测程序;lpc.m是计算LPC参数的程序;lpc21lpcc.m是计算LPCC参数的程序;mfcc.m是计算MFCC参数的程序;dtw.m是实现经典DTW算法的程序;dtw2.m是实现高效DTW算法的程序,testdtw.m是最终测试程序,其中可以通过改变其中的特征参数名选择不同的特征参数。-dtw0 file DTW algorithm is to use speech recognition in noisy environments. Which is the endpoint detection process vad.m lpc.m is to calculate the LPC parameters of the program lpc21lpcc.m procedure is to calculate the LPCC parameters mfcc.m procedure is to calculate the MFCC parameters dtw.m the classic DTW algorithm to achieve the program dtw2.m DTW algorithm is to achieve efficient procedures, testdtw.m is the final test program, which can change the parameters in which different parameters were selected.
Platform: | Size: 1084416 | Author: 于军 | Hits:

[Speech/Voice recognition/combineDTW-Recog

Description: Voice recognition program. This is test for voice recognition with DTW.-Voice recognition program. This is test for voice recognition with DTW.
Platform: | Size: 32768 | Author: Mehdi | Hits:

[Speech/Voice recognition/combinedtw

Description: 基于MATLAB的语音识别系统,dtw - DTW算法演示程序 mfcc.m - MFCC参数计算程序 dtw.m - 基本的DTW算法 dtw2.m - 优化的DTW算法 testdtw.m - DTW算法测试程序 vad.m - 端点检测程序 -Speech Recognition System Based on MATLAB
Platform: | Size: 6144 | Author: 李灵 | Hits:

[Speech/Voice recognition/combineSpeakerRecognition(Matlab)

Description: 基于Matlab平台的语者识别系统 使用mfcc、DTW等算法-Matlab platform, based on speaker identification system using mfcc, DTW algorithm as
Platform: | Size: 3294208 | Author: ida | Hits:
« 12 3 4 »

CodeBus www.codebus.net